From b1cdd6201c9984d682882705b97a9a1ccb902f1a Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 15 Feb 2020 23:04:59 -0600 Subject: [PATCH] Remove debugging. --- yahoo.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yahoo.h b/yahoo.h index e4f4645e2..63f0189c5 100644 --- a/yahoo.h +++ b/yahoo.h @@ -32,11 +32,8 @@ class YahooFormat : public Format { public: - YahooFormat() {printf("Ctor\n");} QVector* get_args() override { - printf("Getting args\n"); - return &yahoo_args; } @@ -46,7 +43,6 @@ public: } QVector get_cap() const override { - printf("Getting Cap\n"); return FF_CAP_RW_ALL; //return { (ff_cap) ff_cap_read }; } -- 2.30.2